home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1993 / jan93 < prev    next >
Encoding:
Text File  |  1996-02-28  |  3.4 KB  |  78 lines

  1. 07/08/94
  2. To !Boot or not !Boot
  3. ---------------------
  4.  
  5. You may have noticed that the first time you open a directory which 
  6. contains a number of applications it can take longer than it does on 
  7. subsequent occasions. This happens because the Filer has to examine 
  8. each application in that directory to execute the !Boot file if one is 
  9. present and load the sprites for the application.
  10.  
  11. The simplest way to reduce this delay is to avoid directories which 
  12. contain a lot of applications - create new subdirectories and move 
  13. applications into them. This will also mean that you will have slightly 
  14. more memory available since every application sprite which has been seen 
  15. is stored in memory.
  16.  
  17. !Boot files are not essential - the Filer will automatically load the 
  18. !Sprites file if a !Boot file is not present. However, when a !Boot file 
  19. is present it should make sure that it loads the sprites - the Filer will 
  20. not attempt to load the !Sprites when there is a !Boot file.
  21.  
  22. Unless you have a need for a !Boot file in any applications you write 
  23. (typically setting up an Alias$@RunType system variable so that 
  24. double-clicking a file causes the application to be loaded) you should 
  25. not create one.
  26.  
  27. If you have any applications where the sole content of the !Boot file is 
  28. 'Iconsprites <Obey$Dir>.!Sprites' the !Boot file may safely be deleted. 
  29. Every unnecessary !Boot file slows up the opening of a directory viewer. 
  30. Some early virus inoculation programs were offenders in this respect - 
  31. inoculating an application entailed creating a new !Boot file if one was 
  32. not present and extending a !Boot file otherwise. Any !Boot files created 
  33. solely to inoculate an application should be deleted - the inoculation 
  34. only provides defence against one specific virus, and is useless against 
  35. the remaining 26 families!
  36.  
  37. However, you should include 'Iconsprites <Obey$Dir>.!Sprites' in a !Run 
  38. file since it is quite possible that an application is being run by a 
  39. boot sequence before a directory viewer on the application has been 
  40. opened.  
  41.  
  42. Acorn LISP and RISC OS 3       
  43. ------------------------
  44.  
  45. Some people have found that running Acorn LISP under RISC OS 3 causes the 
  46. machine to 'freeze'. This can be avoiding by pressing F12 and typing 
  47. FX 13,11<Return> before running LISP. To do this automatically you should 
  48. rename the Lisp file in the Library directory to Lisp_MC, and create an 
  49. Obey file called Lisp which contains:
  50.   
  51.   fx 13,11<Return>
  52.   /%.lisp_MC<End of file - no Return>
  53.                                                        
  54.   
  55. Adding additional floppy drives
  56. -------------------------------  
  57.                            
  58. The Acorn application note 'Adding External Floppy Disc Drives to the 
  59. A5000' has now been extended to cover the complete RISC OS range of 
  60. machines. It describes how to add a second drive to your machine, extra 
  61. hardware needed (if necessary), and the disc formats supported by RISC OS 
  62. 2 and RISC OS 3.
  63.  
  64. NOTE: A3010/A3020/A4000 owners cannot add a second floppy disc drive to 
  65. their machine.  
  66.  
  67.  
  68. Using Microsoft Windows 3.0 and 3.1 with the PC Emulator
  69. --------------------------------------------------------
  70.  
  71. Windows 3.1 cannot be run under the PC Emulator since it is optimised for 
  72. an 80286 processor (the PC Emulator is based on the 8088 processor). 
  73. However Windows 3.0 can be used on PC Emulator version 1.6 and above.
  74.  
  75. The only solution at present is to use a hardware PC card such as the Aleph 
  76. One 386 or 486 cards.
  77.  
  78.